home *** CD-ROM | disk | FTP | other *** search
/ NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC] / NeXTSTEP 3.3 Dev Intel.iso / NextDeveloper / Headers / soundkit / NXSoundIn.h < prev    next >
Text File  |  1993-01-28  |  255b  |  18 lines

  1. /*
  2.  * NXSoundIn.h
  3.  *
  4.  * Copyright (c) 1992, NeXT Computer, Inc.  All rights reserved. 
  5.  */
  6.  
  7. #import "NXSoundDevice.h"
  8.  
  9. @interface NXSoundIn:NXSoundDevice
  10. {
  11.     int _reserved1;
  12. }
  13.  
  14. // Obsolete.
  15. + (port_t)lookUpDevicePortOnHost:(const char *)hostName;
  16.  
  17. @end
  18.